SftTree/OCX 7.0

SftTreeItems.DropTargetInnerBorderColor Property

Softel vdm, Inc.

Defines the inner border color for items as drop targets during a drag & drop operation.

Syntax       

Get

VB.NET

Clr = object.DropTargetInnerBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.DropTargetInnerBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.DropTargetInnerBorderColor;

VC++

OLE_COLOR Clr = object->DropTargetInnerBorderColor;
OLE_COLOR Clr = object->GetDropTargetInnerBorderColor();

C

HRESULT object->get_DropTargetInnerBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.DropTargetInnerBorderColor  : Cardinal;

Put

VB.NET

object.DropTargetInnerBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.DropTargetInnerBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.DropTargetInnerBorderColor = Clr;

VC++

OLE_COLOR object->DropTargetInnerBorderColor = Clr;
void object->PutDropTargetInnerBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_DropTargetInnerBorderColor(OLE_COLOR Clr);

Delphi

object.DropTargetInnerBorderColor := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the inner border color for items as drop targets during a drag & drop operation.

Comments

The DropTargetInnerBorderColor property defines the inner border color for items as drop targets during a drag & drop operation.

The drop target is displayed based on the Items.DropHighlightStyle and Items.DropHighlight properties.

The DropTargetInnerBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the Items.DropHighlightColor property is used instead.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com